AlarmListSetCursor

 

The 'AlarmListSetCursor' function changes the position of selected alarm.

 

void AlarmListSetCursor(string class_name, int pos);

 

Parameters

string class_name : Class name of Alarm Window.

int pos : Position of the alarm that you want to select.

 

Return Value

None

 

Example

@AlarmListSetCursor("Alarm1", 0);

Description : The selected alarm is changed into the first alarm displayed in Alarm Window.

 

Relate items)

@AlarmGetSoundFlag()

@AlarmListConfirm()

@AlarmListDelete()

@AlarmListGetCursor()

@AlarmListSetCursor()

@AlarmListSetFilter()

@AlarmSetSoundFlag()

@AlarmSoundConfirm()